services.anubis.instances.<name>.settings.BIND

The address that Anubis listens to. See Go's net.Listen for syntax. When using unix sockets:

Defaults to Unix domain sockets. To use TCP sockets, set this to a TCP address and BIND_NETWORK to "tcp".

Type
string
Default
"/run/anubis/anubis-‹name›/anubis.sock"
Example
":8080"
Declared
<nixpkgs/nixos/modules/services/networking/anubis.nix>